home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 27
/
CU Amiga Magazine's Super CD-ROM 27 (1998)(EMAP Images)(GB)[!][issue 1998-10].iso
/
CUCD
/
Online
/
Iris
/
Poll.irx
< prev
next >
Wrap
Text File
|
1998-03-18
|
378b
|
13 lines
/* REXX script to check periodically for new mail */
/* $VER: Poll.irx V1.1 (supplied with Iris V1.2b) */
if ~show('l','rexxsupport.library') then addlib('rexxsupport.library',0,-30,0)
do while show('P','IRIS') & showlist('H','TCP')
address IRIS
GETMAIL
SENDMAIL IMMED
address command
WAIT 3 MINS
end
say 'Poll.irx ending - TCP/IP and/or Iris is not available.'